home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 1 / 19.TXT < prev    next >
Text File  |  1993-09-13  |  2KB  |  72 lines

  1. DOCUMENT:Q103119  10-SEP-1993  [W_NT]
  2. TITLE   :NT Err Msg: Not Enough Storage to Start Process
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. You may receive one of the following error messages when you try to
  19. start an application:
  20.  
  21.    Not enough storage to start process.
  22.  
  23.    -or-
  24.  
  25.    Error #0008
  26.  
  27. CAUSE
  28. =====
  29.  
  30. These errors indicate you have run out of paging file space. The less
  31. RAM a system has, the more likely this is to happen.
  32.  
  33. RESOLUTION
  34. ==========
  35.  
  36. To correct this problem, do one of the following:
  37.  
  38.  - Make more RAM available for the system, which allows for more paging
  39.    file space (non-paged memory).
  40.  
  41.    -or-
  42.  
  43.  - Use Performance Monitor to discover which application(s) are using
  44.    non-paged memory in larger amounts and run them more judiciously.
  45.  
  46. MORE INFORMATION
  47. ================
  48.  
  49. Non-paged memory is memory that cannot be swapped out to disk.
  50. Applications can tell Windows NT how much of themselves can be placed
  51. in the non-paged pool. There is a limit to the amount of objects a
  52. system can have in non-paged memory at any time.
  53.  
  54. Additional reference words: 3.10 non-paged pool
  55. KBCategory:
  56. KBSubCategory: winnt
  57.  
  58. =============================================================================
  59.  
  60. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  61. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  62. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  63. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  64. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  65. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  66. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  67. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  68. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  69. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  70. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  71.  
  72. Copyright Microsoft Corporation 1993.